dev-python/txAMQP: Kill stray impls due to missing deps
authorMichał Górny <mgorny@gentoo.org>
Mon, 22 May 2017 07:45:35 +0000 (09:45 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 22 May 2017 09:12:26 +0000 (11:12 +0200)
dev-python/txAMQP/txAMQP-0.6.2.ebuild

index 75bd1ffd9f0885e7829d92a769001be88adb41ad..a2fc73bc26bdfe592648097bdbce6b0d9388b326 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION="Python library for communicating with AMQP peers using Twisted"