use a different branch without versioneer

see if that gets us a decent version number
This commit is contained in:
Jean-Paul Calderone 2019-06-25 19:53:51 -04:00
parent 4b03b6e4d7
commit 35b21916be
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ export PIP_FIND_LINKS="file://${WHEELHOUSE_PATH}"
${BASIC_DEPS} \
${TEST_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.