use a different branch without versioneer
see if that gets us a decent version number
This commit is contained in:
parent
4b03b6e4d7
commit
35b21916be
|
@ -44,7 +44,7 @@ export PIP_FIND_LINKS="file://${WHEELHOUSE_PATH}"
|
||||||
${BASIC_DEPS} \
|
${BASIC_DEPS} \
|
||||||
${TEST_DEPS} \
|
${TEST_DEPS} \
|
||||||
${REPORTING_DEPS} \
|
${REPORTING_DEPS} \
|
||||||
https://github.com/exarkun/pyutil/archive/pypy.zip#egg=pyutil # XXX see if these changes fix pyutil for pypy
|
https://github.com/exarkun/pyutil/archive/good-version.zip#egg=pyutil # XXX see if these changes fix pyutil for pypy
|
||||||
|
|
||||||
|
|
||||||
# Not strictly wheelhouse population but ... Note we omit basic deps here.
|
# Not strictly wheelhouse population but ... Note we omit basic deps here.
|
||||||
|
|
Loading…
Reference in New Issue