diff options
Diffstat (limited to 'sys-auth/keystone/keystone-2015.2.9999.ebuild')
-rw-r--r-- | sys-auth/keystone/keystone-2015.2.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/keystone/keystone-2015.2.9999.ebuild b/sys-auth/keystone/keystone-2015.2.9999.ebuild index d9b5b064d1c5..9d9c7ab7afc2 100644 --- a/sys-auth/keystone/keystone-2015.2.9999.ebuild +++ b/sys-auth/keystone/keystone-2015.2.9999.ebuild @@ -117,7 +117,7 @@ pkg_setup() { python_prepare_all() { # it's in git, but not in the tarball..... - sed -i '/^hacking/d' test-requirements.txt test-requirements-py3.txt || die + sed -i '/^hacking/d' test-requirements.txt || die mkdir -p ${PN}/tests/tmp/ || die cp etc/keystone-paste.ini ${PN}/tests/tmp/ || die distutils-r1_python_prepare_all |