aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/Modules/UHDPackage.cmake
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2015-11-24 10:54:29 -0800
committerMartin Braun <martin.braun@ettus.com>2016-09-23 21:56:00 -0700
commitc117bd55c1760f43afb90feb43f59e6493daef84 (patch)
treea2c5b3d61cf286ba83b9dca2a4f8d9457243d45a /host/cmake/Modules/UHDPackage.cmake
parentd6640a64bdc17f185001ea93caf6bc8b3b6a01be (diff)
downloaduhd-c117bd55c1760f43afb90feb43f59e6493daef84.tar.gz
uhd-c117bd55c1760f43afb90feb43f59e6493daef84.tar.bz2
uhd-c117bd55c1760f43afb90feb43f59e6493daef84.zip
packaging: Add python-requests to package deps
Diffstat (limited to 'host/cmake/Modules/UHDPackage.cmake')
-rw-r--r--host/cmake/Modules/UHDPackage.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/cmake/Modules/UHDPackage.cmake b/host/cmake/Modules/UHDPackage.cmake
index 6c36407b9..8f0457a6b 100644
--- a/host/cmake/Modules/UHDPackage.cmake
+++ b/host/cmake/Modules/UHDPackage.cmake
@@ -167,7 +167,7 @@ SET(CPACK_COMPONENTS_ALL libraries headers utilities examples manual doxygen rea
########################################################################
# Setup CPack Debian
########################################################################
-SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libboost-all-dev")
+SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libboost-all-dev, python-requests")
SET(CPACK_DEBIAN_PACKAGE_RECOMMENDS "python, python-tk")
FOREACH(filename preinst postinst prerm postrm)
LIST(APPEND CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA ${CMAKE_BINARY_DIR}/debian/${filename})
@@ -185,7 +185,7 @@ CONFIGURE_FILE(
########################################################################
# Setup CPack RPM
########################################################################
-SET(CPACK_RPM_PACKAGE_REQUIRES "boost-devel")
+SET(CPACK_RPM_PACKAGE_REQUIRES "boost-devel, python-requests")
FOREACH(filename post_install post_uninstall pre_install pre_uninstall)
STRING(TOUPPER ${filename} filename_upper)