|
set(CPACK_DEBIAN_PACKAGE_DEPENDS "${IRODS_PACKAGE_DEPENDENCIES_STRING}, irods-runtime (= ${IRODS_VERSION}), libc6, python-dev") |
|
set(CPACK_RPM_PACKAGE_REQUIRES "${IRODS_PACKAGE_DEPENDENCIES_STRING}, irods-runtime = ${IRODS_VERSION}, openssl, python-devel") |
These package names aren't supported anymore in newer distributions either (e.g Ubuntu 20). They should be updated to the appropriate package name.
- python3-dev for Ubuntu
- python3-devel for EL-based distros
irods_rule_engine_plugin_python/CMakeLists.txt
Line 159 in 381eb08
irods_rule_engine_plugin_python/CMakeLists.txt
Line 163 in 381eb08
These package names aren't supported anymore in newer distributions either (e.g Ubuntu 20). They should be updated to the appropriate package name.