diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt
index 63ed4c2..28add8d 100644
--- a/SOURCES/modulemd.src.txt
+++ b/SOURCES/modulemd.src.txt
@@ -58,6 +58,7 @@ data:
     - podman-docker
     - podman-manpages
     - podman-remote
+    - python-podman
     - runc
     - skopeo
     - slirp4netns
@@ -101,6 +102,9 @@ data:
       podman:
         rationale: Primary component of this module
         ref: stream-container-tools-rhel8-rhel-8.5.0
+      python-podman:
+        rationale: Primary component of this module
+        ref: stream-container-tools-rhel8-rhel-8.5.0
       runc:
         rationale: Primary component of this module
         ref: stream-container-tools-rhel8-rhel-8.5.0
diff --git a/container-tools.yaml b/container-tools.yaml
deleted file mode 100644
index dba4ba7..0000000
--- a/container-tools.yaml
+++ /dev/null
@@ -1,119 +0,0 @@
----
-document: modulemd
-version: 2
-data:
-  name: container-tools
-  stream: rhel8
-  summary: >-
-    Most recent (rolling) versions of podman, buildah, skopeo, runc, conmon, runc,
-    conmon, CRIU, Udica, etc as well as dependencies such as container-selinux
-    built and tested together, and updated as frequently as every 12 weeks.
-  description: >-
-    Latest versions of podman, buildah, skopeo, runc, conmon, CRIU, Udica, etc as
-    well as dependencies such as container-selinux built and tested together, and
-    updated as frequently as every 12 weeks. Only very limited back ports are
-    provided to this stream, and most patches come from providing new versions.
-  license:
-    module:
-    - MIT
-  dependencies:
-  - buildrequires:
-      go-toolset: [rhel8]
-      golang-ecosystem: [1.0]
-      platform: [el8.5.0]
-    requires:
-      platform: [el8]
-  references:
-    community: https://github.com/projectatomic
-    documentation: https://projectatomic.io
-    tracker: https://github.com/projectatomic
-  profiles:
-    common:
-      rpms:
-      - buildah
-      - cockpit-podman
-      - conmon
-      - container-selinux
-      - containernetworking-plugins
-      - criu
-      - crun
-      - fuse-overlayfs
-      - libslirp
-      - podman
-      - runc
-      - skopeo
-      - slirp4netns
-      - toolbox
-      - udica
-  api:
-    rpms:
-    - buildah
-    - conmon
-    - container-selinux
-    - containernetworking-plugins
-    - containers-common
-    - fuse-overlayfs
-    - libslirp
-    - podman
-    - podman-docker
-    - podman-manpages
-    - podman-remote
-    - runc
-    - skopeo
-    - slirp4netns
-  buildopts:
-    rpms:
-      macros: |
-        %_with_ignore_tests 1
-  components:
-    rpms:
-      buildah:
-        rationale: Primary component of this module
-        ref: 7e855b36058f1221007e6015aae784906b8dbae2
-      cockpit-podman:
-        rationale: Primary component of this module
-        ref: 929f7f149501ec093e27e1d56faf87d58c840aa6
-      conmon:
-        rationale: Primary component of this module
-        ref: 4031f1e9d5a6a2a6367c649856b12a71f26d8dcd
-      container-selinux:
-        rationale: Primary component of this module
-        ref: 5d02df2737f9f5faa3468984865e80ca13a7541f
-      containernetworking-plugins:
-        rationale: Primary component of this module
-        ref: 9b109b521614a51645ad9c29dd338a99ba738604
-      criu:
-        rationale: Primary component of this module
-        ref: 8088096a45a4ce0bd553836a525eb2db4d4edccc
-      crun:
-        rationale: Primary component of this module
-        ref: bbf8c3ef7e11c09c13a8f05a3e0c587cbab665f5
-      fuse-overlayfs:
-        rationale: Primary component of this module
-        ref: 4e43241835db288af3b7094ae5656a5e599fcf5a
-      libslirp:
-        rationale: Primary component of this module
-        ref: 03fb499d131c7221b3406245a97e25ef55d4a6a0
-        buildorder: -1
-      oci-seccomp-bpf-hook:
-        rationale: Primary component of this module
-        ref: 8cf5168c9b06be3354d01e4831bb61b624b635d4
-      podman:
-        rationale: Primary component of this module
-        ref: 62b91098bea9a59439a6f7ac4758c87e48134953
-      runc:
-        rationale: Primary component of this module
-        ref: cda516a9141a50383275c16bfad5d11e2ce13985
-      skopeo:
-        rationale: Primary component of this module
-        ref: 4807527a259e52f60f00111181e0dafa945027e0
-      slirp4netns:
-        rationale: Primary component of this module
-        ref: 8935e36b43decf9cdf30fd51f24c968ced3af948
-      toolbox:
-        rationale: Primary component of this module
-        ref: 14aa9a79fe60b80cb350d58fccb0636e7aba1483
-      udica:
-        rationale: Primary component of this module
-        ref: 20b5f3135ef173c46870f54028301fc4055c9a5f
-...