1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-01 18:12:46 +00:00

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;