dev-python/queuelib: Remove unneeded vcs-snapshot.eclass
authorMichał Górny <mgorny@gentoo.org>
Wed, 17 May 2017 10:08:56 +0000 (12:08 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 17 May 2017 10:32:15 +0000 (12:32 +0200)
dev-python/queuelib/queuelib-1.1.1.ebuild

index cd82bccc36816a6fbfed8bcc3e87cbda7fa1ac56..472d70f183d7667f3fbaab154112f66ceb3da6e6 100644 (file)
@@ -5,7 +5,7 @@ EAPI=5
 
 PYTHON_COMPAT=( python2_7 python3_4 )
 
-inherit vcs-snapshot distutils-r1
+inherit distutils-r1
 
 DESCRIPTION="Collection of persistent (disk-based) queues"
 HOMEPAGE="https://github.com/scrapy/${PN}"