diff --git a/pkg.info b/pkg.info index 8a790c2..44d3cd5 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: volume_key description: A library for manipulating storage volume encryption keys and storing them separately from volumes to handle forgotten passphrases, and the associated command-line tool version: 0.3.12 -revision: 2 +revision: 3 url: https://pagure.io/volume_key license: GPL2-or-later architecture: any @@ -15,7 +15,7 @@ depends: - nss - util-linux make_depends: - - python3 + - python3=3.14.* - python-setuptools - swig downloads: @@ -28,5 +28,5 @@ split_packages: - name: python-volume_key description: Python bindings for volume_key depends: - - python3 + - python3=3.14.* - volume_key