diff --git a/dev-python/flask-restful/flask-restful-0.3.7.ebuild b/dev-python/flask-restful/flask-restful-0.3.7.ebuild index 2662716efc18e..3b9a6bd9d809a 100644 --- a/dev-python/flask-restful/flask-restful-0.3.7.ebuild +++ b/dev-python/flask-restful/flask-restful-0.3.7.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/twilio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~arm64 x86" -IUSE="doc examples paging test" +IUSE="doc examples test" RESTRICT="!test? ( test )" RDEPEND=" @@ -21,14 +21,12 @@ RDEPEND=" >=dev-python/flask-0.8[${PYTHON_USEDEP}] >=dev-python/six-1.3.0[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] - paging? ( >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}] ) " DEPEND="${RDEPEND} dev-python/sphinx[${PYTHON_USEDEP}] test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] - dev-python/pycrypto[${PYTHON_USEDEP}] ) " diff --git a/dev-python/flask-restful/metadata.xml b/dev-python/flask-restful/metadata.xml index 7e42a30ff5f69..51b801a00632f 100644 --- a/dev-python/flask-restful/metadata.xml +++ b/dev-python/flask-restful/metadata.xml @@ -8,7 +8,4 @@ twilio/flask-restful - - Enable resource paging support -