31 lines
860 B
Diff
31 lines
860 B
Diff
|
From d490ba7bac5ac11fb9416d02ed6c45fde61956be Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Ond=C5=99ej=20Budai?= <ondrej@budai.cz>
|
||
|
Date: Wed, 26 Jun 2024 17:12:46 +0200
|
||
|
Subject: [PATCH] Remove hatch-vcs
|
||
|
|
||
|
These apparently have no effect on the built RPM (I checked manually),
|
||
|
so let's drop them from pyproject.toml, so we can remove them from RHEL.
|
||
|
---
|
||
|
pyproject.toml | 5 +----
|
||
|
1 file changed, 1 insertion(+), 4 deletions(-)
|
||
|
|
||
|
diff --git a/pyproject.toml b/pyproject.toml
|
||
|
index 70132d9..ab839b8 100644
|
||
|
--- a/pyproject.toml
|
||
|
+++ b/pyproject.toml
|
||
|
@@ -1,10 +1,7 @@
|
||
|
[build-system]
|
||
|
-requires = ["hatchling", "hatch-vcs"]
|
||
|
+requires = ["hatchling"]
|
||
|
build-backend = "hatchling.build"
|
||
|
|
||
|
-[tool.hatch.version]
|
||
|
-source = "vcs"
|
||
|
-
|
||
|
[project]
|
||
|
name = "jsonschema-specifications"
|
||
|
description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry"
|
||
|
--
|
||
|
2.45.2
|
||
|
|