package/python-daemon: select python-lockfile
authorAdam Duskett <aduskett@greenlots.com>
Mon, 25 Nov 2019 19:38:50 +0000 (11:38 -0800)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 24 Dec 2019 14:46:52 +0000 (15:46 +0100)
python-lockfile is needed for runtime. Without it, importing python-daemon
results in an import error.

Signed-off-by: Adam Duskett <aduskett@greenlots.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python-daemon/Config.in

index 21f44074526751f099e01c591ff2b80ff2da3af1..9944bb9e35bccb86ac5353e08daf146c26399604 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_PYTHON_DAEMON
        bool "python-daemon"
        select BR2_PACKAGE_PYTHON_DOCUTILS # runtime
+       select BR2_PACKAGE_PYTHON_LOCKFILE # runtime
        help
          Library to implement a well-behaved Unix daemon process.