Merge pull request #112940 from Luflosi/add-py-cid

This commit is contained in:
Sandro
2021-02-14 08:53:17 +01:00
committed by GitHub
2 changed files with 56 additions and 0 deletions

View File

@@ -5327,6 +5327,8 @@ in {
pycparser = callPackage ../development/python-modules/pycparser { };
py-cid = callPackage ../development/python-modules/py-cid { };
py-cpuinfo = callPackage ../development/python-modules/py-cpuinfo { };
pycrc = callPackage ../development/python-modules/pycrc { };