Skip to content

CMake/Packaging references incorrect Python dependency #133

@korydraughn

Description

@korydraughn

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions