Skip to content

Commit f134caa

Browse files
committed
install_requires tries to install python on python > 3.3
Remove this line as we don't want to install python. I thought it would only check if it's the right version, in fact it tries to install Python ... (build failing on Travis)
1 parent ee0a800 commit f134caa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
download_url="https://github.com/gccxml/pygccxml/archive/master.zip",
1818
license="Boost",
1919
keywords="C++, declaration parser, gccxml",
20-
install_requires=["Python>=2.6"],
2120
packages=["pygccxml",
2221
"pygccxml.declarations",
2322
"pygccxml.parser",

0 commit comments

Comments
 (0)