dpt-rp1-py: Add setuptools to propagatedBuildInputs

This commit is contained in:
Zhaofeng Li 2021-03-28 15:31:09 -07:00
parent c4d8c91566
commit a866a76d42
1 changed files with 3 additions and 0 deletions

View File

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