Skip to content

Commit d133283

Browse files
Fix generated srpm
1 parent 8afbb88 commit d133283

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
formats = rpm
33

44
[bdist_rpm]
5-
requires = numpy, python2-matplotlib, PyQt4
5+
requires = python, numpy, python2-matplotlib, PyQt4
6+
build_requires = python, python-setuptools, PyQt4
67

78
# See the docstring in versioneer.py for instructions. Note that you must
89
# re-run 'versioneer.py setup' after changing this section, and commit the

0 commit comments

Comments
 (0)