1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #117915 from zhaofengli/dptrp1-setuptools

This commit is contained in:
Sandro 2021-03-29 14:06:16 +02:00 committed by GitHub
commit adc045cd08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,11 +19,14 @@ python3Packages.buildPythonApplication rec {
pbkdf2
pyyaml
requests
setuptools
tqdm
urllib3
zeroconf
];
pythonImportsCheck = [ "dptrp1" ];
meta = with lib; {
homepage = "https://github.com/janten/dpt-rp1-py";
description = "Python script to manage Sony DPT-RP1 without Digital Paper App";