dev-python/hacking: Drop more require* files

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2016-01-06 11:35:54 +01:00
parent 227f00c2ea
commit a858dd20e8

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -51,7 +51,7 @@ python_prepare_all() {
-e 's:oslosphinx:oslo.sphinx:' \
-i doc/source/conf.py || die
# relax deps
rm requirements.txt
rm *requirements.txt hacking.egg-info/requires.txt || die
distutils-r1_python_prepare_all
}