pyasn1-modules: Enable on PyPy.

This commit is contained in:
Corbin 2019-02-04 00:49:47 -08:00 committed by Frederik Rietdijk
parent 34fd585354
commit c2a418be79

View File

@ -3,7 +3,6 @@
buildPythonPackage rec {
pname = "pyasn1-modules";
version = "0.2.4";
disabled = isPyPy;
src = fetchPypi {
inherit pname version;